SqliteSchemaProvider.GetIdentityFields method

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

Gets the identity fields.

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

See Also