Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 546 Bytes

File metadata and controls

19 lines (14 loc) · 546 Bytes

OracleSchemaProvider.GetPrimaryKeyFields method

namespace: Serenity.Data.Schema   assemblySerenity.Net.Data

Gets the primary key fields.

public IEnumerable<string> GetPrimaryKeyFields(IDbConnection connection, string schema, 
    string table)
parameter description
connection The connection.
schema The schema.
table The table.

See Also