Composite.Data.DynamicTypes.DynamicTypeManager.EnsureCreateStore C# (CSharp) Метод

EnsureCreateStore() публичный статический Метод

For internal use only!!! This method will create the store if the interfaceType has not been configured.
public static EnsureCreateStore ( Type interfaceType ) : void
interfaceType System.Type
Результат void
        public static void EnsureCreateStore(Type interfaceType)
        {
            EnsureCreateStore(interfaceType, null);
        }

Same methods

DynamicTypeManager::EnsureCreateStore ( Type interfaceType, string providerName ) : void