Esempio n. 1
0
 public DataSourceInfo(string prefix, bool isDefault, AcessorType tableAccessor, String providerInvariantName,
     String connectionString, FormatIdentifierDelegate formatIdentifier)
 {
     Prefix = prefix;
     Default = isDefault;
     TableAccessor = tableAccessor;
     ProviderInvariantName = providerInvariantName;
     ConnectionString = connectionString;
     FormatIdentifier = formatIdentifier;
 }
Esempio n. 2
0
 public DataSourceInfo(string prefix, bool isDefault, AcessorType tableAccessor, String providerInvariantName, 
     String connectionString, Object dataContext)
 {
     Prefix = prefix;
     Default = isDefault;
     TableAccessor = tableAccessor;
     ProviderInvariantName = providerInvariantName;
     ConnectionString = connectionString;
     FormatIdentifier = null;
     DataContext = dataContext;
 }
Esempio n. 3
0
 public Acessor(AcessorType get, string getRule17)
 {
     _get       = get;
     _getRule17 = getRule17;
 }
Esempio n. 4
0
 public Acessor(AcessorType get, IApexNode getBlock, string getRule17)
 {
     _get       = get;
     _getBlock  = getBlock;
     _getRule17 = getRule17;
 }