C# Class Frapid.DataAccess.Models.EntityView

Show file Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
GetAsync ( string database, string primaryKey, string schemaName, string tableName ) : Task

Method Details

GetAsync() public static method

public static GetAsync ( string database, string primaryKey, string schemaName, string tableName ) : Task
database string
primaryKey string
schemaName string
tableName string
return Task