Esempio n. 1
0
        private static CustomMappingSource New(Type rowType, string tableName)
        {
            CustomMappingSource sharedMappingSource = new CustomMappingSource();

            sharedMappingSource.SetCustomTableName(rowType, tableName);
            return(sharedMappingSource);
        }
Esempio n. 2
0
 private SqlEventStoreDataContext(CustomMappingSource sharedMappingSource, string fileOrServerOrConnection)
     : base(fileOrServerOrConnection, sharedMappingSource)
 {
 }
Esempio n. 3
0
 private SqlEventStoreDataContext(CustomMappingSource sharedMappingSource, System.Data.IDbConnection connection)
     : base(connection, sharedMappingSource)
 {
 }