Beispiel #1
0
 public Task <DataTable> GetSchemaAsync(string collectionName, string[] restrictions, CancellationToken cancellationToken = default)
 {
     return(FbSchemaFactory.GetSchemaAsync(_owningConnection, collectionName, restrictions, cancellationToken));
 }
 public DataTable GetSchema(string collectionName, string[] restrictions)
 {
     return(FbSchemaFactory.GetSchema(_owningConnection, collectionName, restrictions));
 }
Beispiel #3
0
 public Task <DataTable> GetSchema(string collectionName, string[] restrictions, AsyncWrappingCommonArgs async)
 {
     return(FbSchemaFactory.GetSchema(_owningConnection, collectionName, restrictions, async));
 }