Esempio n. 1
0
        public void CreateObject(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
        {
#warning "CreateObject is not implemented"
        }
Esempio n. 2
0
		public void CreateObject(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
		{
#warning "CreateObject is not implemented"
		}
Esempio n. 3
0
        public string GetDDL(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
        {
#warning "GetDDL is not implemented"
            return(null);
        }
Esempio n. 4
0
		public string GetDDL(ObjectType objectType, string objectName, string baseName, BdpColumnCollection columns)
		{
#warning "GetDDL is not implemented"
			return null;
		}