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